body{
	margin: 0;
	padding: 0;
}
/*----------Navigation-------*/
#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 10;
}
.navbar-brand img
{
	height: 100px;
	padding-left: 30px;
}
.navbar-nav li
{
	padding: 0 10px;
}
.navbar-nav li a
{
	float: right;
	text-align: left;
}
#nav-bar ul li a:hover
{
	color: #007bff!important;
}
.navbar
{
	background: #fff;
}
.navbar-toggler
{ 
	border: none!important
}
.nav-link
{
	color: #555!important;
	font-weight: 600;
	font-size: 16px;
}
/*-------Slider------*/
#slider
{
	width: 100%;
}
.carousel-caption
{
	top: 50%;
	transform: translateY(-50%);
	bottom: initial!important;
}
.carousel-caption h5
{
	color: #fff;
	font-size: 42px;
}
/*-------------SERVICES-------------*/
#services
{	padding-top: 50px;
	padding-bottom: 50px;
	color: #black;
	font-family: Verdana;
}
#services .btn
{
	margin-top: 20px;
	margin-bottom: 30px;
}
.services-content
{
	padding-top: 20px;
}
/*-----------------Services1------------*/
#services1
{
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(img/services.jpg);
	background-size: cover;
	background-position: center;
	color: white !important;
	background-attachment: fixes;
	padding-top: 50px;
	padding-bottom: 50px;
}
#services1 h1
{
	text-align: center;
	color: white !important;
	padding-bottom: 0px;
}
#services1 h1::after
{
	content: '';
	background: white;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
	font-family: Verdana;
}
.services1
{
	margin-top: 40px;
	font-family: Verdana;
}
.icon
{
	font-size: 40px;
	margin: 20px auto;
	padding: 20px;
	height: 80px;
	width: 80px;
	border: 1px solid #fff;
	border-radius: 50%;
}
#services p
{
	font-size: 14px;
	margin-top: 20px;
	color: black;
}
.services1 .col-md-3:hover{
	cursor: pointer;
	transition: 0.7s
}
/*-------Footer------*/
#footer
{
	background: #333;
	height:50px;
	color: #fff;
	padding: 12px;
	font-family: Verdana;
}
